ecalo - Tuesday, September 21, 2010 9:22 AM:
Hi,
I have a method that gets all the Items in the database through AML query. It actually runs well when expected result is not too big. But when it tries to fetch huge data, it fires a timeout error.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I believe that this kind of error is on the CommandTimeout.
My question is: HOW ARE WE GOING TO SET THE CommandTimeout OR ConnectionTimeout before submitting the AML query? Or is it possible?
Thanks.